-
Re: The form was successfully submitted, but the data did not enter the sheet.
Giving credit to Brian Campbell for these questions :) Please check the following things first.1 · -
Re: Leave field Blank when using IF formula, on Date Row.
add an "IF" statement to the formula. I know you said you tried it but I found I didn't close it out before adding the ,"" at the end. =IF(ISBLANK([Expire Date]@row), "")1 · -
Re: Leave field Blank when using IF formula, on Date Row.
I'll recreate exactly what you have and you can just copy/paste and let me know :)1 · -
Re: Leave field Blank when using IF formula, on Date Row.
Change the order of your formula =IF(ISBLANK([Expire Date]@row), "", IF([Expire Date]@row < TODAY(+30), "Red", IF([Expire Date]@row < TODAY(+60), "Yellow", IF([Exp…1 · -
Re: Leave field Blank when using IF formula, on Date Row.
My concern though is what if you have a count of days that = 61-90. It currently would have it blank1 ·